home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 December / Net78.iso / pc / links / 00045_Script_link - Eudora < prev    next >
Encoding:
Text File  |  2000-10-10  |  222 b   |  11 lines

  1. on mouseUp
  2.  
  3.  puppetSound 1, "ClickSound"
  4.  
  5.   if the platform = "Windows,32" then
  6.     open the moviepath&"software\Eudora\eudorapb.exe"
  7.   else 
  8.     open the moviepath&"software:eudora_5.0_installer"
  9.   end if
  10.   
  11. end